Skip to content

Conversation

@dpaz
Copy link
Contributor

@dpaz dpaz commented May 10, 2017

This PR solves #6. The approach that was taken, was to use the erl_scan library for all the code and then divide in expressions instead of dividing in expressions and then tokenize.

Changes

  • Tokenize now use the erl_scan:string method
  • SplitByDots, takes the Tokens and divide into sublists for the parser
  • Parse now only call parseExpr taking as input the list of lists given by SplitByDots
  • Added some unit test to check the right working of SplitByDots

This change is Reviewable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant